################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := c:\Program Files\Texas Instruments\CC Essentials 2.0\\utils\Cygwin\rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# All Target
all: ECG_1.0.out

# Tool invocations
ECG_1.0.out: $(OBJS) $(CMD_SRCS)
	@echo 'Building target: $@'
	@echo 'Invoking: MSP430 Linker'
	@echo "c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\bin\cl430"  --printf_support=full -z $(OBJS_QUOTED) --rom_model --heap_size=80 --reread_libs --search_path="c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\lib" --search_path="c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\include" --library="../lnk_msp430f169.cmd" --library="rts430.lib" --stack_size=80 --use_hw_mpy --warn_sections -o "ECG_1.0.out"
	@"c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\bin\cl430"  --printf_support=full -z $(OBJS_QUOTED) --rom_model --heap_size=80 --reread_libs --search_path="c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\lib" --search_path="c:\Program Files\Texas Instruments\CC Essentials 2.0\tools\compiler\MSP430\include" --library="../lnk_msp430f169.cmd" --library="rts430.lib" --stack_size=80 --use_hw_mpy --warn_sections -o "ECG_1.0.out"
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(OBJS)$(MSP430_EXECUTABLE_OUTPUTS)$(DEPS) ECG_1.0.out
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
